home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Encoding:
Text File  |  2004-05-18  |  3.4 KB  |  176 lines

  1. object FrmSplash: TFrmSplash
  2.   Left = 386
  3.   Top = 210
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 159
  7.   ClientWidth = 350
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     350
  21.     159)
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object Image: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 204
  28.     Height = 159
  29.     AutoSize = True
  30.   end
  31.   object Lbl: TLabel
  32.     Left = 24
  33.     Top = 120
  34.     Width = 159
  35.     Height = 19
  36.     Caption = 'EVALUATION MODE'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWhite
  39.     Font.Height = 20
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     Transparent = True
  44.     Visible = False
  45.   end
  46.   object Label1: TLabel
  47.     Left = 216
  48.     Top = 56
  49.     Width = 44
  50.     Height = 16
  51.     Caption = 'Version'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = 16
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     Transparent = True
  59.     Visible = False
  60.   end
  61.   object Label2: TLabel
  62.     Left = 240
  63.     Top = 70
  64.     Width = 12
  65.     Height = 16
  66.     Caption = '...'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = 16
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     Transparent = True
  74.   end
  75.   object Lbl1: TLabel
  76.     Left = 64
  77.     Top = 136
  78.     Width = 72
  79.     Height = 19
  80.     Caption = 'EXPIRED'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWhite
  83.     Font.Height = 20
  84.     Font.Name = 'Arial'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.     Transparent = True
  88.     Visible = False
  89.   end
  90.   object LblS1: TLabel
  91.     Left = 7
  92.     Top = 8
  93.     Width = 58
  94.     Height = 16
  95.     Caption = 'Starting in'
  96.     Transparent = True
  97.     Visible = False
  98.   end
  99.   object LblS2: TLabel
  100.     Left = 69
  101.     Top = 8
  102.     Width = 7
  103.     Height = 16
  104.     Caption = '1'
  105.     Transparent = True
  106.     Visible = False
  107.   end
  108.   object Gauge: TElGauge
  109.     Left = 64
  110.     Top = 68
  111.     Width = 74
  112.     Height = 37
  113.     Value = 11
  114.     BackColor = clWhite
  115.     ForeColor = 14445392
  116.     CriticalValue = -1
  117.     CriticalColor = 14445392
  118.     Transparent = True
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -11
  122.     Font.Name = 'Arial'
  123.     Font.Style = []
  124.     ParentFont = False
  125.     Visible = False
  126.     GaugeKind = egkNeedle
  127.     DockOrientation = doNoOrient
  128.   end
  129.   object ProgressLabel: TLabel
  130.     Left = 10
  131.     Top = 139
  132.     Width = 57
  133.     Height = 16
  134.     Anchors = [akLeft, akBottom]
  135.     Caption = 'Loading...'
  136.     Font.Charset = DEFAULT_CHARSET
  137.     Font.Color = clWindowText
  138.     Font.Height = 16
  139.     Font.Name = 'Arial'
  140.     Font.Style = []
  141.     ParentFont = False
  142.     Transparent = True
  143.   end
  144.   object LblSpace: TLabel
  145.     Left = 68
  146.     Top = 108
  147.     Width = 62
  148.     Height = 13
  149.     Alignment = taCenter
  150.     Caption = 'Space Usage'
  151.     Font.Charset = DEFAULT_CHARSET
  152.     Font.Color = clWindowText
  153.     Font.Height = -10
  154.     Font.Name = 'Arial'
  155.     Font.Style = []
  156.     ParentFont = False
  157.     Transparent = True
  158.     Visible = False
  159.   end
  160.   object BtnCancel: TButton
  161.     Left = 64
  162.     Top = 30
  163.     Width = 75
  164.     Height = 24
  165.     Caption = 'Cancel'
  166.     TabOrder = 0
  167.     Visible = False
  168.     OnClick = BtnCancelClick
  169.   end
  170.   object Timer: TTimer
  171.     OnTimer = TimerTimer
  172.     Left = 206
  173.     Top = 118
  174.   end
  175. end
  176.